iT邦幫忙

2023 iThome 鐵人賽

DAY 8
0
自我挑戰組

CPE 49題訓練系列 第 8

YKL42.UVA490 Rotating Sentences

  • 分享至 

  • xImage
  •  
arr=[]
while 1:
	try:
		arr.append(list(input()))
	except:
		break
m=0
for i in range(len(arr)):
	if len(arr[i])>m:
		m=len(arr[i])
for i in range(m):
	for j in range(len(arr)-1,-1,-1):
		if len(arr[j])<=i and j==0:
			print('',end="")
		elif len(arr[j])<=i:
			print(' ',end="")
		else:
			print(arr[j][i],end="")
	print()

上一篇
YKL14.UVA10222 Decode the Mad man YKL15.UVA10252 Common Permutation
下一篇
YKL16.UVA272 TeX Quotes YKL18.UVA10038 Jolly Jumpers
系列文
CPE 49題訓練30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言